powered by
Initial control functions
.rpcopt_init(envir = .GlobalEnv)
an environment where RPC controls locate
.rpcopt_init() initial the RPC control at envir.
.rpcopt_init()
envir
.rpcopt_init() initials default RPC controls.
ZeroMQ/4.1.0 API Reference: http://api.zeromq.org/4-1:_start
Programming with Big Data in R Website: http://r-pbd.org/
.pbd_env.
.pbd_env
# NOT RUN { library(pbdRPC, quietly = TRUE) rpcopt_set(user = "snoweye", hostname = "192.168.56.101") ls(.pbd_env) rm(.pbd_env) .rpcopt_init() ls(.pbd_env) .pbd_env$RPC.LI # } # NOT RUN { # }
Run the code above in your browser using DataLab